Release 10.1A: OpenEdge Development:
Progress 4GL Reference
WRITE-COMMENT( ) method
Adds a comment to the XML document represented by a SAX-writer object.
Data type: LOGICAL Applies to: SAX-writer object handle
valueA LONGCHAR expression evaluating to the text of the comment.
Call this method to add a comment node to the XML document. You can add comments at any time. The SAX-writer object creates the comment by enclosing the CHARACTER expression in open and close comment markers (
<!--and--!>). For example:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |